-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto-assign egress IPs from EgressCIDRs #20258
Auto-assign egress IPs from EgressCIDRs #20258
Conversation
5f43ae4
to
2b089ac
Compare
/test cross |
2b089ac
to
7a575ef
Compare
7a575ef
to
2074af9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@deads2k we will need approval for the api glide change, once the api change goes in. |
131c316
to
76cc0aa
Compare
/test integration |
/test extended_conformance_install |
/test integration |
/retest |
/retest |
5973f0a
to
2f55c66
Compare
New changes are detected. LGTM label has been removed. |
32fb13c
to
6e2a7bc
Compare
/retest |
6e2a7bc
to
e029a84
Compare
bump looks clean /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: danwinship, dcbw, deads2k, pravisankar, squeed The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
thanks for getting this updated. ready for tagging for merge? |
@liggitt yes |
readding lgtm from #20258 (comment) |
/retest |
1 similar comment
/retest |
/test gcp |
1 similar comment
/test gcp |
/retest Please review the full test history for this PR and help us cut down flakes. |
Building on #20155 (the first commit), which moves the EgressIP-tracking code from node/ to common/, and openshift/api#64 (the second commit), which adds HostSubnets.EgressCIDRs, this adds support to the common egressip code for tracking changes to EgressCIDRs and figuring out acceptable allocations of EgressIPs based on that; and adds support to master for actually updating HostSubnet objects to reflect these new figured-out allocations.
(This PR does not include HA.)